projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63219d5
)
(help-map): Bind C-h d to apropos-documentation.
author
Kim F. Storm
<storm@cua.dk>
Sat, 12 Nov 2005 00:57:38 +0000
(
00:57
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 12 Nov 2005 00:57:38 +0000
(
00:57
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index cb634e2bdad60773d523cf5d102fd71579b3d24e..7bd24c3383acb11b15d07dbaff522c9bc68b37cc 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-78,6
+78,8
@@
(define-key help-map "c" 'describe-key-briefly)
+(define-key help-map "d" 'apropos-documentation)
+
(define-key help-map "e" 'view-echo-area-messages)
(define-key help-map "f" 'describe-function)